home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / take1304.zip / CONFIGWS.DOC < prev    next >
Text File  |  1993-03-20  |  5KB  |  97 lines

  1. CONFIGWS.DOC
  2. 03/20/93
  3.  
  4. The CONFIGWS program is used to permanently switch the defaults for certain
  5. Wayne Software programs.  Other programs would let you do this by setting an
  6. environmental parameter but that frequently resulted in running out of
  7. environmental space so that was out.  Programs like LIST come with a clone
  8. function that let you change the program while you're in the program but the
  9. Wayne Software stuff is written in QuickBASIC, and memory became too tight to do
  10. that.  So along comes a single program that lets you change the defaults for
  11. several programs.
  12.  
  13. Currently, CONFIGWS will let you set the following defaults in the following
  14. routines:
  15.  
  16.         Routine    Settable defaults          Values
  17.  
  18.         ADD        Reverse match criteria     /V or /-V
  19.                    Show counts only           /C or /-C
  20.                    Case insensitive           /I or /-I
  21.         AV         Pause output               /P or /-P
  22.                    List order                 /ON, /O-N, /OS, /O-S, /OD, /O-D
  23.                                               /OO
  24.         BFIND      Reverse match criteria     /V or /-V
  25.                    Show counts only           /C or /-C
  26.                    Number lines               /N or /-N
  27.                    Case insensitive           /I or /-I
  28.                    Pause output               /P or /-P
  29.                    Include headings           /HEADER or /-HEADER
  30.         CHANGE     Reverse match criteria     /V or /-V
  31.                    Case insensitive           /I or /-I
  32.         CONVERT    Output format              /TO FIXED, /TO ASCII,
  33.                                               /TO WKS, or /TO DBF
  34.                    Action update bad data     /SKIP, /MISSING, or /ABORT
  35.                    Beep when done             /BEEP or /-BEEP
  36.                    Overwrite output file      /OVERWRITE, /-OVERWRITE, or
  37.                                               /OVERASK
  38.         DEMOMAKE   Overwrite output file      /OVERWRITE, /-OVERWRITE, or
  39.                                               /OVERASK
  40.         DIRTOTAL   Beep when done             /BEEP or /-BEEP
  41.                    Include sub w/child tots   /SUB or /-SUB
  42.         FILL       Output destination         A: or B:
  43.                    Beep when done             /BEEP or /-BEEP
  44.                    Confirm each file          /PROMPT or /-PROMPT
  45.                    Wipe out existing files    /WIPE or /-WIPE
  46.                    If output file exists      /OVERASK, /OVERWRITE, /-OVERWRITE,
  47.                                               /OVERSKIP
  48.                    Copy order                 /ON, /O-N, /OS, /O-S, /OD, /O-D
  49.                    Move or copy               /MOVE or /COPY
  50.                    Multi- or single disk      /MULTI or /SINGLE
  51.         READ       Monochrome or color        /MONO or /-MONO
  52.                    Printer definition         /PLPT1:, /PLPT2:, /PCOM1:,
  53.                                               /PCOM2:, or /PREAD.DMP
  54.  
  55.         TAKE1ST    Reverse match criteria     /V or /-V
  56.                    Case insensitive           /I or /-I
  57.                    Write out unique or dups   /UNIQUE or /DUPS
  58.  
  59. If you have other Wayne Software programs and you want CONFIGWS to handle them
  60. too, contact Wayne Software (address below) and let us know.
  61.  
  62.  
  63.  
  64. Running the program:
  65.  
  66.     CONFIGWS [ routine ] [ /MONO | /-MONO | /COLOR | /-COLOR ] [ /? ]
  67.  
  68. where:
  69.  
  70. "routine" is the name of the routine to change.  ".EXE" is presumed.  You can
  71. fully specify the location and name of the program if you want but CONFIGWS will
  72. search for it if you don't.  If CONFIGWS is in the same subdirectory as the
  73. other program, it won't have any trouble finding it.  If you don't specify
  74. anything, you'll get a current list of all CONFIGWS-able programs that are in
  75. your default directory.
  76.  
  77. "/MONO" or "/-COLOR" sets the screens to monochrome.
  78.  
  79. "/-MONO" or "/COLOR" sets the screens to color and is typically the default.
  80.  
  81. "/?" or "/HELP" or "HELP" gives you syntactical help with the command.
  82.  
  83.  
  84. This program was written by Bruce Guthrie of Wayne Software.  It is free for use
  85. provided relevant documentation is kept with the program, no changes are made to
  86. the program or documentation, and it is not bundled with commercial programs or
  87. charged for separately.  People who need to bundle it in for-sale packages must
  88. pay a $50 registration fee to "Wayne Software" at the following address.
  89. Comments and suggestions can also be sent to:
  90.  
  91.                 Bruce Guthrie
  92.                 Wayne Software
  93.                 113 Sheffield St.
  94.                 Silver Spring, MD 20910
  95.  
  96.                 fax: (301) 588-8986
  97.